home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Seguranca / Secur-all / sec32380.exe / %MAINDIR% / Securi32.exe / 0 / RCDATA / TFRMNEWUSER / TFRMNEWUSER.txt < prev   
Encoding:
Text File  |  1998-08-03  |  6.3 KB  |  268 lines

  1. object frmNewUser: TfrmNewUser
  2.   Left = 577
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'New User'
  7.   ClientHeight = 260
  8.   ClientWidth = 353
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object pnlBack: TRzPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 353
  21.     Height = 260
  22.     BorderSides = []
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object pnlApp: TRzPanel
  27.       Left = 0
  28.       Top = 0
  29.       Width = 72
  30.       Height = 260
  31.       BorderSides = []
  32.       Align = alLeft
  33.       BevelOuter = bvNone
  34.       TabOrder = 0
  35.       Visible = False
  36.       object imgApp: TImage
  37.         Left = 16
  38.         Top = 8
  39.         Width = 32
  40.         Height = 32
  41.         AutoSize = True
  42.       end
  43.       object imgUsers: TImage
  44.         Left = 32
  45.         Top = 136
  46.         Width = 32
  47.         Height = 32
  48.         AutoSize = True
  49.         Picture.Data = {<image000.ico>}
  50.       end
  51.       object imgBeta: TImage
  52.         Left = 12
  53.         Top = 56
  54.         Width = 38
  55.         Height = 38
  56.         AutoSize = True
  57.         Picture.Data = {<image001.bmp>}
  58.       end
  59.       object lblBeta: TLabel
  60.         Left = 12
  61.         Top = 96
  62.         Width = 40
  63.         Height = 13
  64.         Caption = 'Beta 0.9'
  65.       end
  66.     end
  67.     object pnlMainBack: TRzPanel
  68.       Left = 72
  69.       Top = 0
  70.       Width = 281
  71.       Height = 260
  72.       BorderSides = []
  73.       Align = alClient
  74.       BevelOuter = bvNone
  75.       TabOrder = 1
  76.       object pnlIntroBack: TRzPanel
  77.         Left = 0
  78.         Top = 0
  79.         Width = 281
  80.         Height = 123
  81.         BorderSides = []
  82.         Align = alTop
  83.         BevelOuter = bvNone
  84.         BorderWidth = 7
  85.         Enabled = False
  86.         TabOrder = 0
  87.         Visible = False
  88.         object memoIntro: TMemo
  89.           Left = 7
  90.           Top = 7
  91.           Width = 267
  92.           Height = 94
  93.           Align = alTop
  94.           BorderStyle = bsNone
  95.           Color = clBtnFace
  96.           Ctl3D = False
  97.           Lines.Strings = (
  98.             'Welcome to Secur-all 32. Use of this program is '
  99.             'password-protected. The master user name is '
  100.             #39'Admin'#39'. The Admin user can create and amend '
  101.             'other users for this program.'
  102.             ''
  103.             'Please'
  104.             'and enter the password in the Verify field.')
  105.           ParentCtl3D = False
  106.           TabOrder = 0
  107.         end
  108.         object Memo1: TMemo
  109.           Left = 7
  110.           Top = 101
  111.           Width = 267
  112.           Height = 15
  113.           Align = alClient
  114.           BorderStyle = bsNone
  115.           Color = clBtnFace
  116.           Ctl3D = False
  117.           Font.Color = clRed
  118.           Font.Height = -11
  119.           Font.Name = 'MS Sans Serif'
  120.           Font.Style = [fsBold]
  121.           Lines.Strings = (
  122.             'Make a note of it, and keep it in a safe place.'
  123.             '')
  124.           ParentCtl3D = False
  125.           ParentFont = False
  126.           TabOrder = 1
  127.         end
  128.         object memopassword: TMemo
  129.           Left = 42
  130.           Top = 72
  131.           Width = 229
  132.           Height = 14
  133.           BorderStyle = bsNone
  134.           Color = clBtnFace
  135.           Font.Color = clRed
  136.           Font.Height = -11
  137.           Font.Name = 'MS Sans Serif'
  138.           Font.Style = [fsBold]
  139.           Lines.Strings = (
  140.             'make up your own password for Admin,')
  141.           ParentFont = False
  142.           TabOrder = 2
  143.         end
  144.       end
  145.       object pnlUserBack: TRzPanel
  146.         Left = 0
  147.         Top = 123
  148.         Width = 281
  149.         Height = 137
  150.         BorderSides = []
  151.         Align = alClient
  152.         BevelOuter = bvNone
  153.         TabOrder = 1
  154.         object pnlPassword: TRzPanel
  155.           Left = 0
  156.           Top = 44
  157.           Width = 281
  158.           Height = 93
  159.           BorderSides = []
  160.           Align = alBottom
  161.           BevelOuter = bvNone
  162.           TabOrder = 2
  163.           object lblPassword: TLabel
  164.             Left = 8
  165.             Top = 4
  166.             Width = 49
  167.             Height = 13
  168.             Caption = 'Password:'
  169.           end
  170.           object lblVerify: TLabel
  171.             Left = 8
  172.             Top = 48
  173.             Width = 78
  174.             Height = 13
  175.             Caption = 'Verify Password:'
  176.           end
  177.           object tedPassword: TEdit
  178.             Left = 8
  179.             Top = 20
  180.             Width = 165
  181.             Height = 21
  182.             PasswordChar = '*'
  183.             TabOrder = 0
  184.             Text = 'tedPassword'
  185.           end
  186.           object tedPasswordVerify: TEdit
  187.             Left = 8
  188.             Top = 65
  189.             Width = 165
  190.             Height = 21
  191.             PasswordChar = '*'
  192.             TabOrder = 1
  193.             Text = 'tedPasswordVerify'
  194.             OnChange = tedPasswordVerifyChange
  195.           end
  196.           object btnOK: TBitBtn
  197.             Left = 196
  198.             Top = 5
  199.             Width = 77
  200.             Height = 23
  201.             Caption = 'OK'
  202.             Default = True
  203.             TabOrder = 2
  204.             OnClick = btnOKClick
  205.             NumGlyphs = 2
  206.             Style = bsNew
  207.           end
  208.           object btnCancel: TBitBtn
  209.             Left = 196
  210.             Top = 37
  211.             Width = 77
  212.             Height = 23
  213.             Cancel = True
  214.             Caption = 'Cancel'
  215.             ModalResult = 2
  216.             TabOrder = 3
  217.             NumGlyphs = 2
  218.             Style = bsNew
  219.           end
  220.         end
  221.         object pnltedUserName: TRzPanel
  222.           Left = 0
  223.           Top = 20
  224.           Width = 281
  225.           Height = 24
  226.           BorderSides = []
  227.           Align = alBottom
  228.           BevelOuter = bvNone
  229.           TabOrder = 1
  230.           object tedUserName: TEdit
  231.             Left = 8
  232.             Top = 2
  233.             Width = 165
  234.             Height = 21
  235.             TabOrder = 0
  236.             Text = 'tedUserName'
  237.           end
  238.         end
  239.         object pnlName: TRzPanel
  240.           Left = 0
  241.           Top = 0
  242.           Width = 281
  243.           Height = 20
  244.           BorderSides = []
  245.           Align = alClient
  246.           BevelOuter = bvNone
  247.           TabOrder = 0
  248.           object lblName: TLabel
  249.             Left = 8
  250.             Top = 8
  251.             Width = 31
  252.             Height = 13
  253.             Caption = 'Name:'
  254.           end
  255.           object lblAdmin: TLabel
  256.             Left = 44
  257.             Top = 8
  258.             Width = 29
  259.             Height = 13
  260.             Caption = 'Admin'
  261.             Visible = False
  262.           end
  263.         end
  264.       end
  265.     end
  266.   end
  267. end
  268.